type github.com/jackc/pgx/v5/pgtype.encodePlanBytesCodecBinaryBytesValuer

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L82: 			return encodePlanBytesCodecBinaryBytesValuer{}
		bytea.go#L107: type encodePlanBytesCodecBinaryBytesValuer struct{}
		bytea.go#L109: func (encodePlanBytesCodecBinaryBytesValuer) Encode(value any, buf []byte) (newBuf []byte, err error) {